projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e8694
)
Add v2 for ascii formats, too.
author
robertl
<robertl>
Fri, 14 Jan 2005 03:57:56 +0000
(
03:57
+0000)
committer
robertl
<robertl>
Fri, 14 Jan 2005 03:57:56 +0000
(
03:57
+0000)
vecs.c
patch
|
blob
|
history
diff --git
a/vecs.c
b/vecs.c
index c98ac0ff212d9d9b6e01c9e2f1019458296043ae..7f1b620134abdeb82ac18a45e757dca1c91e8a21 100644
(file)
--- a/
vecs.c
+++ b/
vecs.c
@@
-634,6
+634,9
@@
disp_formats(int version)
xcsv_read_internal_style(svec->style_buf);
if (version > 0)
disp_v1(xcsv_file.type);
+ if (version >= 2) {
+ disp_v2(vec_list[0].vec);
+ }
printf("%s\t%s\t%s\n", svec->name, xcsv_file.extension ?
xcsv_file.extension : "", xcsv_file.description);
}